specifies the text in the columns
field_name | string | the column's id |
event | object | the event object |
Available only in PRO Edition
scheduler.templates.grid_field = function(field_name, event){
return event[field_name];
};
The template requires the grid_view plugin to be activated.
Note, the template isn't applied to columns with id='date', id='start_date' or id='end_date'. Such columns use the {gridName}_full_date and {gridName}_single_date templates, respectively.